Skip to main content

Form controls

Type

widget

Summary

A form controls

Description

An optional container for grouping together multiple form field widgets.

Compatibility and Support

OS

mac

windows

linux

ios

android

Platforms

desktop

mobile

web

Children Properties

Property

NameSummarySyntax
showTitleSpecifies whether title of the form is displayed.set the showTitle of <widget> to { <true> | <false> } get the showTitle of <widget>
borderRadiusThe border radius of the label fieldset the borderRadius of <widget> to pRadius get the borderRadius of <widget>
textColorThe color of the form titleset the textColor of <widget> to pColor get the textColor of <widget>
labelThe title of the form.set the label of <widget> to pLabel get the label of <widget>
borderWidthThe border width of the formset the borderWidth of <widget> to pWidth get the borderWidth of <widget>
backgroundColorThe background color of the formset the backgroundColor of <widget> to pColor get the backgroundColor of <widget>
borderColorThe border color of the formset the borderColor of <widget> to pColor get the borderColor of <widget>